-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧹 Furniture
: Complete the rename!
#1209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!!!!
- 'spec/models/membership_spec.rb' | ||
- 'spec/models/room_spec.rb' | ||
- 'spec/policies/room_policy_spec.rb' | ||
- 'spec/requests/furniture_placements_controller_request_spec.rb' | ||
- 'spec/requests/furnitures_controller_request_spec.rb' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could just un-lint these 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was afeared of trying to do even more in this giganormoustrosity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you put it in a separate commit I won't object!
But up to you, fine either way.
b655ddf
to
81be782
Compare
OK this is the second-to-last-step; the rename across everything! After this, I'll rename the table to `furnitures` and we are *done*
81be782
to
a303942
Compare
- #1209 (comment) - #709 I don't really like the direction this pushes specs, but I can live with it. In particular, a single assert per request/response seems... excruciatingly slow. But there are other mechanisms we can explore to mitigate that as it gets out of hand.
- #1209 (comment) - #709 I don't really like the direction this pushes specs, but I can live with it. In particular, a single assert per request/response seems... excruciatingly slow. But there are other mechanisms we can explore to mitigate that as it gets out of hand.
- #1209 (comment) - #709 I don't really like the direction this pushes specs, but I can live with it. In particular, a single assert per request/response seems... excruciatingly slow. But there are other mechanisms we can explore to mitigate that as it gets out of hand.
Furniture
: Consolidate toFurniture
to prep to dropFurniturePlacement
 #1208Gizmos
 #709OK, so I think this is a straight-up-rename; but there may be stuff that wants fixing...